getStartEpoch
getStartEpoch
getStartEpoch(date: CustomCalendarDate ) : number | "null"
Retrieves the start epoch from a custom calendar date.
Function Parameters
date:::
- date: CustomCalendarDate
The custom calendar date object.
Returns
number |
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/date-formatting.ts#L315
--